<%include file="_head.html"/>
<%include file="_sidebar.html" />
TRANS

ARTICLES %if mode == 'view': 新しい記事の追加 %else: 一覧に戻る %endif


<%include file="articles_list.html"/>


%for i in range(1,6):

%endfor


%for i in range(1,4):
画像 FILE UPLOAD
アップロードした画像を削除する場合はチェックしてください。 画像代替えテキスト %if article_img[ 'art_%s_img%s_file' % (prefix,i) ][0] : <% t = '
%s
' % ( '$'+"{paneoimg('"+ article_img['art_%s_img%s_file' % (prefix,i) ][1].replace('/img/','') + "')}" , img_alt.get('art_%s_img%s_alt'%(prefix,i)) ) %> テンプレート画像タグ
${ t| h }
%endif

%endfor

<%include file="_footer.html" />